home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual Foxpro 6.0 (Ent. Edition) / Vf6ent Extractor.EXE / FFC / _DATA.H < prev    next >
Encoding:
Text File  |  1998-05-26  |  3.3 KB  |  80 lines

  1. * _DATA.H
  2.  
  3. ***********************************
  4. * Constants for classes
  5. #DEFINE MB_ICONEXCLAMATION        48
  6. #DEFINE MB_QUESTIONYESNO    36
  7. #DEFINE MB_ISYES            6
  8.  
  9. ***********************************
  10. * strings for _cbodistinctvalues classes
  11.  
  12. #DEFINE NO_TABLE_LOC "The table alias must be specified in the controlSource property, in the format 'alias.column'."
  13.  
  14. ***********************************
  15. * strings for _cbolookup classes
  16.  
  17. #DEFINE NO_LOOKUP_TABLE_LOC "A lookup table must be specified in the 'lookup_table' property (combo box " + THIS.name + ")."
  18. #DEFINE NO_DISPLAY_COLUMN_LOC "A display column must be specified in the 'display_column' property (combo box " + THIS.name + ")."
  19. #DEFINE NO_RETURN_COLUMN_LOC "A return column must be specified in the 'return_column' property (combo box " + THIS.name + ")."
  20.  
  21. ***********************************
  22. * strings for _conflicts classes
  23.  
  24. #DEFINE CS_NOALIAS_LOC                    "No cursor specified."
  25. #DEFINE CS_ROWCONFLICT_LOC                "Conflicts on row:  "
  26. #DEFINE CS_NOCONFLICTS1_LOC                "No conflicts found."
  27. #DEFINE CS_NOCONFLICTS_LOC                "No more conflicts found."
  28. #DEFINE CS_NOBUFFER_LOC                    "Data buffering must be on to check conflicts."
  29. #DEFINE WAIT_REVERTFAIL_LOC        "Revert failed"
  30. #DEFINE WAIT_REVERT1_LOC        "1 row reverted"
  31. #DEFINE    WAIT_UPDATEOK_LOC        "Update succeded"
  32. #DEFINE    WAIT_UPDATEFAIL1_LOC    "Update failed, the primary key has changed"
  33.  
  34. ***********************************
  35. * strings for _execsp classes
  36.  
  37. #DEFINE BADPARMS_LOC    "You must pass at least 3 parameters to this class."
  38.  
  39. ***********************************
  40. * strings for _offline classes
  41. #DEFINE C_NODATABASE_LOC    "No database or view is specified."
  42. #DEFINE C_NOVIEWS_LOC        "No views specified to take offline."
  43. #DEFINE C_OKONLINE_LOC        "View were successfully taken online."
  44. #DEFINE C_RECORDCONLICT_LOC "A record conflict occured during the update with view: "
  45. #DEFINE C_FAILONLINE_LOC     "Failed to take online view: "
  46. #DEFINE C_NOOPEN_LOC         "Could not open following view: "
  47. #DEFINE C_FAILOFFLINE_LOC    "Failed to take following view offline: "
  48. #DEFINE C_OKOFFLINE_LOC        "View were successfully taken offline."
  49.  
  50. ***********************************
  51. * strings for _datachecker class
  52.  
  53. #define NOBUFF1_LOC 'Data buffering is not enabled.'
  54.     #define WINDMSG_LOC "Invalid value passed to conflictmanager.handlerecord"
  55. * Declare constants & variables
  56. #define CR_LOC CHR(13)
  57. #define SAVE_LOC "Do you want to overwrite the current value with your change?" + CR_LOC + "(Choose 'Cancel' to restore the original value.)"
  58. #define CONFLICT_LOC "Data Conflict"
  59. #define VERIFY_LOC "Verify Changes"
  60. #define ORG_LOC "Original Value: "
  61. #define CUR_LOC "Current Value: " 
  62. #define CHG_LOC "Your change: "
  63. #define MEMO_LOC " is a Memo field."
  64. #define FIELD_LOC "Field: "
  65. #define RECORD_LOC "Record Number: "
  66. #define VALCHG1_LOC "A value has been changed by another user."
  67. #define VALCHG2_LOC "A value has been changed."
  68. #define SAVECHG_LOC 'Do you want to save your changes?'
  69. #define SAVECHG2_LOC 'Save Changes'
  70.  
  71. ***********************************
  72. * strings for _datanavbtns class
  73. #define NUM_LOC "Error Number: "
  74. #define PROG_LOC "Procedure: "
  75. #define MSG_LOC "Error Message: "
  76. #define SELTABLE_LOC "Select Table:"
  77. #define OPEN_LOC "Open"
  78. #define SAVE1_LOC "Do you want to save your changes anyway?"
  79. #define CONFLICT_LOC "Unable to resolve data conflict."
  80.